func compress/flate.hash

6 uses

	compress/flate (current package)
		deflatefast.go#L37: func hash(u uint32) uint32 {
		deflatefast.go#L92: 	nextHash := hash(cv)
		deflatefast.go#L125: 			nextHash = hash(now)
		deflatefast.go#L174: 			prevHash := hash(uint32(x))
		deflatefast.go#L177: 			currHash := hash(uint32(x))
		deflatefast.go#L184: 				nextHash = hash(cv)